home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / boot / menus / mboard3.scn < prev    next >
Encoding:
Text File  |  2005-04-27  |  3.1 KB  |  52 lines

  1. #
  2. # Mainboard Tools #2
  3. #
  4. mainboard3_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.3                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Mainboard Tools 3/3]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " BIOS Utilities                                                                 "
  17. set textColor = color[white on cyan]
  18. print " [F1] BIOS V1.34.0                      [F4] CMOSPWD V4.6                       "
  19. print " [F2] Uniflash V1.40                    [F5] !BIOS V3.30                        "
  20. print " [F3] WipeCMOS V1.2                                                             "
  21. print "                                                                                "
  22. print "                                                                                "
  23. print "                                                                                "
  24. print "                                                                                "
  25. print "                                                                                "
  26. print "                                                                                "
  27. print "                                                                                "
  28. print "                                                                                "
  29. print "                                                                                "
  30. print "                                                                                "
  31. print "                                                                                "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. set textColor = color[white on blue]
  36. print "    Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  37. set textColor = color[white on black]
  38.  
  39. #
  40. # Actions
  41. #
  42. getkey
  43. clear
  44. if ($lastKey == key[f1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=bios
  45. if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=uniflash
  46. if ($lastKey == key[f3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=wipecmos
  47. if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=cmospwd
  48. if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=xbios
  49. if ($lastKey == key[left]); then script mboard2.scn
  50. if ($lastKey == key[esc]); then script main.scn
  51. goto mainboard3_menu
  52.